Release 10.1A: OpenEdge Development:
Web Services
Scenario 3: Web service deployed but AppServer not running
In this scenario, a Web service is deployed, but its AppServer is not running. At this point:
- The client sends the following connection request:
- The WSA:
- Gets the request.
- Determines that the AppServer is not available.
- Records the following in its log:
- Sends a SOAP message with a SOAP fault back to the client. The message is as follows:
- The interface translates the SOAP fault into a SOAP exception.
- The client catches the SOAP exception.
- The client displays the this error message (assuming the client application has a user interface):
Note: All .NET client applications should always catch SOAP faults and handle them. If not, the .NET Framework’s default exception handler displays the SOAP fault general error information. This might well hide and cause the loss of the more useful error detail information in the SOAP fault. For client applications without a user interface, all error information must be written to an application log file to ensure it is not lost.
![]()
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |